home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1035 / 1035.xpi / chrome / 1clickweather.jar / content / 1clickweather / lifestyle.xul < prev    next >
Extensible Markup Language  |  2008-10-05  |  3KB  |  60 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- ∩┐╜ 2005 The Weather Channel Interactive, Inc.  All Rights Reserved. -->
  3.  
  4. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  5. <?xml-stylesheet href="chrome://1clickweather/skin/1clickweather.css" type="text/css"?>
  6.  
  7. <!DOCTYPE window SYSTEM "chrome://1clickweather/locale/1clickweather.dtd">
  8.  
  9. <window 
  10.     title="1-ClickWeather"
  11.     id="LifeStyleWindow"
  12.     orient="vertical"
  13.     class="lifestyle"
  14.     width="552"
  15.     height="510"
  16.     onload="loadLifestyle();"
  17.     debug="false"
  18.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  19.  
  20.    <script type="application/x-javascript" src="chrome://1clickweather/content/js/common.js"></script>
  21.    <script type="application/x-javascript" src="chrome://1clickweather/content/js/data/lifestyle.js"></script>
  22.  
  23.    <hbox class="lifestyleHeader">
  24.       <image class="lifestyleTop" src='chrome://1clickweather/skin/icons/other/blank.gif' width='60' height='140'/> 
  25.       <vbox class="lifestyleTop" id="lifestyleTopLeft">
  26.          <image class="lifestyleTop" src='chrome://1clickweather/skin/icons/other/blank.gif' width='140' height='20'/>
  27.       </vbox>
  28.       <vbox>
  29.          <image class="lifestyleTop" src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='20'/>
  30.       </vbox>
  31.       <vbox class="lifestyleTop" id="lifestyleTopRight">
  32.       </vbox>
  33.    </hbox>
  34.    
  35.    <hbox class="lifestyleMiddle" id="lifestyleMiddle">
  36.       <image class="lifestyleMiddle" src='chrome://1clickweather/skin/icons/other/blank.gif' width='50' height='265'/>
  37.       <vbox class="lifestyleMiddle" id="lifestyleMiddleLeft">
  38.          <image class="lifestyleMiddle" src='chrome://1clickweather/skin/icons/other/blank.gif' width='237' height='20'/>
  39.       </vbox>
  40.       <vbox class="lifestyleMiddle" id="spacer">
  41.          <image class="lifestyleMiddle" src='chrome://1clickweather/skin/icons/other/blank.gif' width='10' height='20'/>
  42.       </vbox>
  43.       <vbox class="lifestyleMiddle" id="lifestyleMiddleRight">
  44.          <image class="lifestyleMiddle" src='chrome://1clickweather/skin/icons/other/blank.gif' width='237' height='20'/>
  45.       </vbox>
  46.    </hbox>
  47.  
  48.  
  49.    <image class="lifestyleMiddle" src='chrome://1clickweather/skin/icons/other/blank.gif' width='237' height='1' onclick="enableDebug();"/>
  50.    <hbox>
  51.       <image src='chrome://1clickweather/skin/icons/other/left_logo_icons.png' width='75' height='62' />
  52.       <image class="lifestyleMiddle" src='chrome://1clickweather/skin/icons/other/blank.gif' width='340' height='1'/>
  53.       <image src='chrome://1clickweather/skin/icons/other/right_logo_icons.png' width='119' height='62' />
  54.    </hbox>
  55.    
  56. </window>
  57.  
  58.  
  59.  
  60.